Profile
interface Profile
A profile allows keeping all browser info separately, like history, proxy settings, spellchecker configurations.
For working with this info each profile provides different services such as plugins, spellchecker configurations, cookie store, etc.
Profiles are managed by the separate engine service.
The default profile is initialized when the engine is created. It can not be removed.
Any attempt to use an already removed profile or profile whose engine is closed will lead to the IllegalStateException
.
Functions
Link copied to clipboard
Returns the cookie store that allows managing cookies.
Link copied to clipboard
Returns a service that allows managing credit cards.
Link copied to clipboard
Returns a service for working with extensions.
Link copied to clipboard
Returns a service for working with HTTP authentication cache.
Link copied to clipboard
Returns
true
if this profile is in incognito mode.Link copied to clipboard
Returns a service that provides access to all the required media casting services.
Link copied to clipboard
Creates a new
Browser
instance under this profile and navigates it to the "about:blank" web page within the defaultTimeout.Link copied to clipboard
Returns a service for working with the password store.
Link copied to clipboard
Returns a service that allows managing permissions.
Link copied to clipboard
Returns the preferences for this profile.
Link copied to clipboard
Returns a service that allows working with spell checking functionality.
Link copied to clipboard
Returns a service that allows managing the user data profiles.
Link copied to clipboard
Returns a service that allows working with zoom.